const bytes.opInvalid
15 uses
bytes (current package)
buffer.go#L36: opInvalid readOp = 0 // Non-read operation.
buffer.go#L96: b.lastRead = opInvalid
buffer.go#L109: b.lastRead = opInvalid
buffer.go#L176: b.lastRead = opInvalid
buffer.go#L188: b.lastRead = opInvalid
buffer.go#L207: b.lastRead = opInvalid
buffer.go#L259: b.lastRead = opInvalid
buffer.go#L286: b.lastRead = opInvalid
buffer.go#L305: b.lastRead = opInvalid
buffer.go#L319: b.lastRead = opInvalid
buffer.go#L341: b.lastRead = opInvalid
buffer.go#L397: if b.lastRead <= opInvalid {
buffer.go#L403: b.lastRead = opInvalid
buffer.go#L414: if b.lastRead == opInvalid {
buffer.go#L417: b.lastRead = opInvalid
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)